projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f82c85
)
* src/frame.c (Fframep): Update framep docstring
author
Colin Woodbury
<colin@fosskers.ca>
Sat, 22 May 2021 09:41:42 +0000
(18:41 +0900)
committer
Yuuki Harano
<masm+github@masm11.me>
Sat, 22 May 2021 09:41:42 +0000
(18:41 +0900)
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index 40b8d2b06c15ab07b8dfedad5bf7ebec5c36e0d0..f8479f63f1da5faa1f3a885188b3356a0db250ee 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-225,7
+225,8
@@
Value is:
`x' for an Emacs frame that is really an X window,
`w32' for an Emacs frame that is a window on MS-Windows display,
`ns' for an Emacs frame on a GNUstep or Macintosh Cocoa display,
- `pc' for a direct-write MS-DOS frame.
+ `pc' for a direct-write MS-DOS frame,
+ `pgtk' for an Emacs frame running entirely in GTK.
See also `frame-live-p'. */)
(Lisp_Object object)
{